From 7de6d5c6f29cd824c9d538e8cd2019f472929b90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Wed, 4 May 2005 21:21:37 +0000 Subject: [PATCH] * Changed the namespace select form from a table to a div. --- includes/SpecialContributions.php | 20 +++++++------------- 1 file changed, 7 insertions(+), 13 deletions(-) diff --git a/includes/SpecialContributions.php b/includes/SpecialContributions.php index 5c347a685c..78ba1a1f41 100644 --- a/includes/SpecialContributions.php +++ b/includes/SpecialContributions.php @@ -231,24 +231,18 @@ function namespaceForm ( $target, $hideminor, $namespace, $invert ) { } $namespaceselect .= ''; - $submitbutton = ''; - $invertbox = "'; - $out = "
"; $out .= ''; $out .= ''; $out .= ''; $out .= " - - - - - - - - - -
$namespaceselect $submitbutton
$invertbox
"; +
+ + $namespaceselect + + + +
"; $out .= '
'; return $out; } -- 2.20.1